| Previous | Chapter contents | Chapter top | Section top | Next |
The toValidFlags field in a link hot spot atom structure (link) specifies which view settings are to be used when moving to a destination node from a hot spot. You can use these bit flags to specify a value for that field:
enum {
kQTVRValidPan = 1 << 0,
kQTVRValidTilt = 1 << 1,
kQTVRValidFOV = 1 << 2,
kQTVRValidViewCenter = 1 << 3
};
| Previous | Chapter contents | Chapter top | Section top | Next |